﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
.content {
  width: 1200px;
  margin: 0 auto;
}

input,
textarea {
  border: none;
  box-shadow: none;
  outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 16px/22px "Microsoft YaHei";
  color: #666;
}

h1 {
  font-size: 18px;
  font-family: "Microsoft Yahei";
}
h2 {
  font-size: 16px;
  font-family: "Microsoft Yahei";
}
h3 {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  font-weight: normal;
}
h4,
h5,
h6 {
  font-size: 100%;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
} /*覆盖bootstrape对标题加的默认外边距*/

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
} /* 斜体扶正 */

/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}

/* 重置表单元素 */
legend {
  color: #000;
} /* for ie6 */
fieldset,
img {
  border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}

/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}

/*字体大小*/
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.clear {
  clear: both;
  height: 0;
}
.clearfix:after {
  height: 0;
  content: "";
  clear: both;
  display: block;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  float: none;
}

/*表单弹框*/

.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}

.modal-dialog .css-icon {
}

.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #f6efef;
  font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}

.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}

.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}

@charset "utf-8";
/*初始样式*/
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei";
} /*网站字体颜色*/
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
} /*for ie f6n.net*/
a:focus {
  outline: 0;
} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img {
  border: none;
}
.vam {
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p {
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei";
}

.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.center {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
i,
em {
  font-style: normal;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.white,
.whites {
  position: relative;
  overflow: hidden;
}
.white:after,
.whites:after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skewx(-25deg);
}
.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* -- 页面整体布局 -- */
.tits {
  background: url(../images/t_s1.png) no-repeat bottom;
}

/* -- 广告 -- */
.content {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}
.banner {
  position: relative;
}
.banner li {
  width: 100%;
}
.banner li img {
  display: block;
  width: 100%;
}
.banner .content {
  position: relative;
}
.ban_pg {
  position: absolute;
  left: 0;
  bottom: 60px;
  height: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.ban_pg i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  margin: 0 10px;
  vertical-align: top;
}
.ban_pg i.on {
  background: #073884;
}

.banner .prev {
  position: absolute;
  top: 45%;
  left: 1.5%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.25s linear;
  opacity: 0;
}
.banner .next {
  position: absolute;
  top: 45%;
  right: 1.5%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.25s linear;
  opacity: 0;
}
.banner em {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.banner em img {
  height: 30px;
  display: inline-block;
  margin-top: 15px;
}

.banner:hover .prev {
  opacity: 1;
  left: 4%;
}
.banner:hover .next {
  opacity: 1;
  right: 4%;
}

/* -- 搜索 -- */
.sou {
  height: 71px;
}
.sou p {
  height: 71px;
  color: #666666;
  line-height: 71px;
  font-size: 16px;
  width: 825px;
  float: left;
}
.sou p b {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.sou p a {
  font-size: 16px;
  color: #666666;
  padding-right: 13px;
  font-weight: normal;
  line-height: 16px;
}
.sou .s_box {
  float: right;
  margin-top: 18px;
  width: 365px;
  height: 36px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  margin-right: 2px;
  box-sizing: border-box;
  border-radius: 20px;
}
.sou .s_box .input1 {
  float: left;
  width: 315px;
  padding-left: 13px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
  border: 0;
  background: none;
  outline: 0;
}
.sou .s_box .input2 {
  float: left;
  border: 0;
  outline: 0;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url(../images/sou_1.png) no-repeat center;
  margin-top: 7px;
}

/* -- 引子 -- */
.yz {
  height: 507px;
  background: url(../images/yz_bg.jpg) no-repeat center;
}
.yz h2 {
  text-align: center;
  padding-top: 70px;
  height: 100px;
  margin-bottom: 38px;
      background: url(../images/a_t.png) no-repeat bottom;
}
.yz h2 em {
  font-size: 40px;
  color: #fff;
  display: block;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.yz h2 span {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 18px;
    font-weight: normal;
    padding-top: 10px;
}
.yz p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  display: block;
  text-align: center;
}

.yz_s2 {
  margin-top: 60px;
  margin-left: 6px;
  position: relative;
}
.yz_s2 ul li {
  float: left;
  text-align: center;
  width: 24.5%;
  border-right: 1px solid #1f4683;
}
.yz_s2 ul li b {
  display: inline-block;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  font-family: "Arial";
}
.yz_s2 ul li em {
  display: inline-block;
  font-size: 66px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.yz_s2 ul li i {
  vertical-align: inherit;
  margin-left: 5px;
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  color: #eeeeee;
  text-align: center;
  font-weight: normal;
}
.yz_s2 ul li span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #dddddd;
  font-weight: normal;
  margin-top: 7px;
}
.yz_s2 ul li:last-child {
  border-right: none;
}

/* -- 产品中心 -- */
.cpt {
  height: 1230px;
  background: url(../images/cpt_bg.jpg) no-repeat center;
}


.tit ul {
  height: 80px;
}
.tit li {
  height: 80px;
  float: left;
  width: 400px;
  background: #042e7a;
  box-sizing: border-box;
  border-right: 1px solid #365895;
  position: relative;
}
.tit li a {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}
.tit li a h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  float: left;
  margin-left: 60px;
  line-height: 80px;
}
.tit li a i {
  float: left;
  height: 22px;
  width: 22px;
  margin-top: 30px;
  margin-left: 16px;
}

.tit .cur {
  background: #f73804;
  border-right-color: #f73804;
}
.tit .cur h3 {
  font-weight: bold;
}
.tit li:last-of-type {
  border-right: none;
}

.tit .cur::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 11px 0 11px;
  border-color: #f73904 transparent transparent transparent;
  display: block;
  position: absolute;
  margin-right: -17px;
  right: 50%;
  bottom: -17px;
  content: "";
  z-index: 99;
}

.cpt_con {
  height: 736px;
  position: relative;
}
.cpt_con dt {
  height: 736px;
  width: 1920px;
  float: left;
  margin-left: -360px;
}
.cpt_con dt img {
  height: 736px;
  width: 100%;
  display: block;
}

.cpt_con dd {
  height: 558px;
  width: 501px;
  position: absolute;
  top: 111px;
  right: 0;
  background: #ffffff;
  border-radius: 6px;
}
.cpt_con dd h3 {
  text-align: left;
  position: relative;
  margin-top: 63px;
  margin-left: 68px;
}
.cpt_con dd h3 a {
  font-size: 24px;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 24px;
}
.cpt_con dd h3::after {
  height: 3px;
  width: 117px;
  background: url(../images/at1.png) no-repeat;
  display: block;
  content: "";
  left: -140px;
  top: 12px;
  position: absolute;
}

.cpt_con dd p {
  width: 380px;
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 28px;
  padding-top: 15px;
  margin-left: 68px;
}

.cpt_con dd .gds {
  height: 39px;
  margin-top: 50px;
  margin-left: 68px;
  display: block;
}

.cpt_con dd .gds a {
  transition: 0.35s;
  width: 139px;
  float: left;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  color: #ffffff;
  display: block;
  background: #606060;
  border-radius: 25px;
  margin-right: 9px;
}
.cpt_con dd .gds .zx {
  background: url(../images/zx_b.png) no-repeat center;
}
.cpt_con dd .gds a:hover {
  transform: translateY(-5px);
}

.cpt_con dd .pic {
  margin-top: 73px;
  margin-left: 50px;
  display: block;
  overflow: hidden;
}
.cpt_con dd .pic i {
  float: left;
  margin-right: 16px;
  height: 110px;
  width: 196px;
  display: block;
  overflow: hidden;
}
.cpt_con dd .pic i img {
  height: 110px;
  width: 196px;
  display: block;
  transition: all 0.5s;
}

.cpt_con dd .pic i:hover img {
  transform: scale(1.1);
}

.c_ic1 {
  height: 204px;
}
.c_ic1 ul {
  padding-top: 47px;
}
.c_ic1 ul li {
  float: left;
  width: 200px;
  height: 126px;
  transition: 0.35s;
  text-align: center;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}

.c_ic1 ul li i {
  transition: all 0.5s;
  height: 56px;
  width: 62px;
  display: block;
  margin: 0 auto;
}
.c_ic1 ul li i img {
  height: 56px;
  width: 62px;
  display: block;
}

.c_ic1 ul li b {
  font-size: 20px;
  color: #333333;
  display: block;
  line-height: 20px;
  font-weight: bold;
  padding-top: 15px;
}
.c_ic1 ul li span {
  font-size: 20px;
  color: #333333;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding-top: 9px;
}

.c_ic1 ul li:last-of-type {
  border-right: 0;
}

.c_ic1 ul li:hover i {
  animation-duration: 2s;
  animation-name: flipInY;
}
.c_ic1 ul li:hover {
  transform: translateY(-5px);
}

/* -- 更多产品 -- */
.gdp {
  background: url(../images/cpt_bg.jpg) no-repeat center;
  height: 670px;
}
.gdp h2 {
  text-align: center;
  padding-top: 73px;
  height: 100px;
  margin-bottom: 22px;
}
.gdp h2 em {
  font-size: 40px;
  color: #333333;
  display: block;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}
.gdp h2 span {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
}

.gd_con {
  margin-top: 23px;
  position: relative;
}
.gd_con ul {
  padding: 20px 0px !important;
}
.gd_con .tempWrap {
  width: 1200px !important;
}
.gd_con ul li {
  transition: 0.35s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.35s;
  float: left;
  width: 378px;
  margin-right: 30px;
  position: relative;
  background: #ffffff;
  height: 368px;
  border-radius: 5px;
}
.gd_con ul li i {
  width: 378px;
  height: 284px;
  display: block;
  position: relative;
  overflow: hidden;
}
.gd_con ul li i img {
  width: 378px;
  height: 284px;
  display: block;
  transition: all 0.5s;
}

.gd_con h4 {
  display: block;
  height: 84px;
  line-height: 84px;
  position: relative;
}
.gd_con h4 b {
  font-size: 20px;
  color: #333333;
  display: block;
  font-weight: normal;
  text-align: center;
}
.gd_con h4 em img {
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  right: 57px;
  bottom: 32px;
}

.gd_con li:hover h4 b {
  color: #1b4dac;
}
.gd_con li:hover {
  transform: translateY(-5px);
}
.gd_con li:hover img {
  transform: scale(1.05);
}
.gd_con li:last-of-type {
  margin-right: 0;
}

.gd_con .prev {
  position: absolute;
  left: -8%;
  top: 156px;
  width: 77px;
  height: 77px;
  background: url(../images/left.png) no-repeat;
  z-index: 10;
}
.gd_con .next {
  position: absolute;
  right: -8%;
  top: 156px;
  width: 77px;
  height: 77px;
  background: url(../images/right.png) no-repeat;
  z-index: 10;
}

.gd_con .prev:hover {
  position: absolute;
  left: -8%;
  top: 156px;
  width: 77px;
  height: 77px;
  background: url(../images/lefts.png) no-repeat;
  z-index: 10;
}
.gd_con .next:hover {
  position: absolute;
  right: -8%;
  top: 156px;
  width: 77px;
  height: 77px;
  background: url(../images/rights.png) no-repeat;
  z-index: 10;
}

/* -- 案例 -- */
.al {
  height: 832px;
  background: url(../images/al_bg.jpg) no-repeat center;
}
.al h2 {
  text-align: center;
  padding-top: 73px;
  height: 100px;
  margin-bottom: 30px;
}
.al h2 em {
  font-size: 40px;
  color: #333333;
  display: block;
  line-height: 48px;
  font-weight: bold;
  position: relative;
}
.al h2 span {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
}
/* .al h2 em::after {
  height: 10px;
  width: 10px;
  display: block;
  background: #939393;
  border-radius: 40px;
  content: "";
  position: absolute;
  left: 49.5%;
  top: 20px;
} */

.tit2 {
  height: 45px;
  margin-bottom: 30px;
}
.tit2 ul {
  width: 1035px;
  margin: 0 auto;
}
.tit2 ul li {
  float: left;
  height: 45px;
  width: 245px;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 23px;
  margin-right: 17px;
  position: relative;
}
.tit2 ul li h3 {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 45px;
  text-align: center;
}
.tit2 ul li:last-child {
  margin-right: 0;
}
.tit2 ul li:hover,
.tit2 .cur {
  background: #17317e;
  border: none;
}
.tit2 ul li:hover h3,
.tit2 .cur h3 {
  color: #ffffff;
}

.al .case_con {
  float: left;
}
.al .case_con dl {
  float: left;
  width: 782px;
  height: 557px;
}
.al .case_con dt {
  width: 782px;
  height: 440px;
  display: block;
  overflow: hidden;
}
.al .case_con dt img {
  width: 782px;
  height: 440px;
  display: block;
  transition: all 0.5s;
}

.al .case_con dt:hover img {
  transform: scale(1.1);
}

.al .case_con dd {
  height: 110px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.al .case_con dd h4 {
  font-size: 22px;
  padding: 28px 0 0 28px;
  height: 45px;
  position: relative;
  font-weight: normal;
}
.al .case_con dd h4 a {
  color: #333333;
}
.al .case_con dd h4:after {
  position: absolute;
  width: 31px;
  height: 2px;
  background: #dddddd;
  content: "";
  left: 28px;
  bottom: 0;
}

.al .case_con dd p {
  width: 696px;
  color: #888888;
  padding: 13px 0 0 28px;
  line-height: 22px;
  font-size: 14px;
  display: block;
}
.al .case_con dd p .gd {
  display: inline-block;
  color: #f67400;
  font-size: 13px;
  margin-left: 9px;
}

.al .case_r {
  float: right;
  width: 381px;
  position: relative;
}
.al .case_r li {
  width: 381px;
  height: 271px;
  margin-bottom: 16px;
  position: relative;
}
.al .case_r li img {
  width: 381px;
  height: 214px;
  display: block;
}
.al .case_r li h4 {
  display: block;
  height: 50px;
  width: 381px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.al .case_r li h4 em {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 16px;
  font-weight: normal;
  padding-top: 15px;
  padding-left: 13px;
}
.al .case_r li h4 i {
  padding-left: 13px;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  display: block;
  font-weight: normal;
  padding-top: 13px;
}

.al .prev {
  position: absolute;
  right: -51px;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/shan1.png) no-repeat;
  z-index: 10;
}
.al .next {
  position: absolute;
  right: -51px;
  top: 45px;
  width: 40px;
  height: 40px;
  background: url(../images/xia.png) no-repeat;
  z-index: 10;
}

.case_r ul li span {
  display: none;
  width: 381px;
  height: 214px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.case_r ul li span b {
  display: block;
  text-align: center;
  z-index: 100;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding-top: 75px;
  background: url(../images/case_r_03.png) center top no-repeat;
  margin: 60px auto 0px;
  font-weight: normal;
}
.case_r ul li.cur span,
.case_r ul li:hover span {
  display: block;
}

.tj {
  height: 124px;
  margin-top: 30px;
}
.tj .tempWrap {
  width: 1200px !important;
  margin: 0 auto;
}
.tj ul li {
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 20px;
  height: 126px;
  width: 224px !important;
  box-sizing: border-box;
  border-radius: 5px;
}
.tj ul li i {
  height: 124px;
  display: block;
  overflow: hidden;
  width: 222px !important;
  overflow: hidden;
}
.tj ul li i img {
  height: 124px;
  width: 222px;
  display: block;
  transition: all 0.5s;
}
.tj ul li:hover i img {
  transform: scale(1.1);
}

.tj ul li:last-of-type {
  margin-right: 0;
}

/* -- 实力 -- */
.sl {
  height: 1097px;
  background: url(../images/ys_1.jpg) no-repeat center;
}

.sl h2 {
  text-align: center;
  padding-top: 101px;
  height: 105px;
  margin-bottom: 84px;
}
.sl h2 em {
  font-size: 48px;
  color: #333333;
  display: block;
  line-height: 48px;
  font-weight: bold;
}
.sl h2 span {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
}

.sl .t1 {
  width: 450px;
  overflow: hidden;
}
.sl .t1 i {
  float: left;
  height: 92px;
  width: 92px;
  display: block;
  margin-right: 25px;
}

.sl .t1:hover i {
  animation-duration: 2s;
  animation-name: flipInY;
}
.sl .t1 h3 {
  text-align: left;
  float: left;
}
.sl .t1 h3 em {
  font-size: 42px;
  color: #333333;
  display: block;
  line-height: 42px;
  font-weight: bold;
}
.sl .t1 h3 span {
  font-size: 30px;
  color: #333333;
  display: block;
  line-height: 30px;
  font-weight: normal;
  padding-top: 16px;
}

.sl_nav {
  height: 516px;
  margin-top: 135px;
  width: 397px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  float: left;
}
.sl_nav li {
  height: 129px;
  float: left;
  width: 397px;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.sl_nav li span,
.sl_nav li span i {
  width: 47px;
  height: 47px;
  float: left;
}
.sl_nav li a {
  color: #303030;
  font-size: 24px;
  font-weight: normal;
}
.sl_nav li.cur {
  color: #ffffff;
  background: url(../images/c_bg.png) no-repeat center;
  width: 407px;
  font-weight: bold;
}
.sl_nav li:hover {
  background: url(../images/c_bg.png) no-repeat center;
  width: 407px;
}
.sl_nav li:hover p {
  color: #ffffff;
  font-weight: bold;
}
.sl_nav li.cur p {
  color: #ffffff;
  font-weight: bold;
}
.sl_nav li span {
  width: 47px;
  height: 47px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 40px 22px 0 50px;
}
.sl_nav li p {
  font-size: 24px;
  color: #303030;
  display: block;
  line-height: 129px;
  float: left;
}
.sl_nav li:last-child {
  border-bottom: none;
}

.sl_nav li span i {
  width: 47px;
  height: 47px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.sl_nav li span i.default {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sl_nav li span i.hover {
  opacity: 1;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, -47px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -55px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sl_nav li:hover span .default,
.sl_nav li.cur span .default {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 47px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 47px, 0) rotate3d(1, 0, 0, -90deg);
}
.sl_nav li:hover span .hover,
.sl_nav li.cur span .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}

.sl_con {
  float: right;
  margin-top: 135px;
  width: 763px;
}

.sl_con dl {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sl_con dl dt {
  height: 515px;
  width: 763px;
  display: block;
}
.sl_con dl dt img {
  height: 515px;
  width: 763px;
  display: block;
}

.sl_con dl dd {
  height: 94px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 763px;
}
.sl_con dl dd p {
  font-size: 16px;
  color: #ffffff;
  display: block;
  line-height: 30px;
  padding-top: 20px;
  width: 665px;
  margin: 0 auto;
  text-align: center;
}

/* -- 实力2 -- */
.sl2 {
  height: 855px;
  background: url(../images/sl2_bg.jpg) no-repeat center;
}

.sl2 .t1 {
  width: 450px;
  overflow: hidden;
  padding-top: 96px;
  padding-left: 3px;
  position: relative;
}
.sl2 .t1 i {
  float: left;
  height: 92px;
  width: 92px;
  display: block;
  margin-right: 25px;
}
.sl2 .t1 h3 {
  text-align: left;
  float: left;
}
.sl2 .t1 h3 em {
  font-size: 42px;
  color: #ffffff;
  display: block;
  line-height: 42px;
  font-weight: bold;
}
.sl2 .t1 h3 span {
  font-size: 30px;
  color: #ffffff;
  display: block;
  line-height: 30px;
  font-weight: normal;
  padding-top: 16px;
}
.sl2 .t1::after {
  height: 96px;
  width: 1px;
  display: block;
  position: absolute;
  left: 48px;
  top: 0;
  background: #a6b4d5;
  content: "";
}
.sl2 .t1:hover i {
  animation-duration: 2s;
  animation-name: flipInY;
}

.sl_1 {
  margin-top: 79px;
  background: #ffffff;
  height: 491px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.sl_1 ul {
  padding-top: 64px;
  overflow: hidden;
}
.sl_1 ul li {
  width: 400px;
  float: left;
}
.sl_1 ul li i {
  height: 160px;
  width: 295px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.sl_1 ul li i img {
  height: 160px;
  width: 295px;
  display: block;
  transition: all 0.5s;
}
.sl_1 ul li:hover img {
  transform: scale(1.05);
}

.sl_1 ul li .desc {
  width: 295px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 220px;
}

.sl_1 ul li .desc p {
  padding-left: 77px;
  background: url(../images/ys_t1.png) no-repeat left top;
  margin-top: 42px;
  height: 180px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.sl_1 ul li .desc .i2 {
  background: url(../images/ys_t2.png) no-repeat left top;
}
.sl_1 ul li .desc .i3 {
  background: url(../images/ys_t3.png) no-repeat left top;
}

/* -- 实力3 -- */
.sl3 {
  height: 545px;
  background: url(../images/sl3_bg.jpg) no-repeat center;
}

.sl3_1 {
  overflow: hidden;
}
.sl3_1 dl {
  height: 545px;
}
.sl3_1 dl dt {
  height: 545px;
  width: 650px;
  display: block;
  float: right;
  overflow: hidden;
}
.sl3_1 dl dt img {
  height: 545px;
  width: 650px;
  display: block;
}

.sl3_1 dd {
  float: left;
  width: 546px;
  overflow: hidden;
}
.sl3_1 dd .t1 {
  width: 450px;
  overflow: hidden;
  margin-top: 40px;
  padding-bottom: 30px;
}
.sl3_1 dd .t1 i {
  float: left;
  height: 92px;
  width: 92px;
  display: block;
  margin-right: 25px;
}
.sl3_1 dd .t1 h3 {
  text-align: left;
  float: left;
}
.sl3_1 dd .t1 h3 em {
  font-size: 42px;
  color: #333333;
  display: block;
  line-height: 42px;
  font-weight: bold;
}
.sl3_1 dd .t1 h3 span {
  font-size: 30px;
  color: #333333;
  display: block;
  line-height: 30px;
  font-weight: normal;
  padding-top: 16px;
}

.sl3_1 dd .t1:hover i {
  animation-duration: 2s;
  animation-name: flipInY;
}

.sl3_1 dd p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: block;
  text-align: left;
  padding-left: 25px;
  background: url(../images/jt1.png) no-repeat 0px 6px;
  margin-top: 28px;
}

/* -- 新闻资讯 -- */
.news {
  height: 823px;
  background: #ffffff;
}

.news h2 {
  text-align: center;
  padding-top: 73px;
  height: 101px;
  margin-bottom: 43px;
}
.news h2 em {
  font-size: 40px;
  color: #333333;
  display: block;
  line-height: 48px;
  font-weight: bold;
    letter-spacing: 1px;
}
.news h2 span {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
}

.don {
  float: left;
  width: 585px;
}
.don .bt {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}
.don .bt em {
  width: 585px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  float: left;
  position: relative;
  background: url(../images/n_q.jpg) no-repeat 1px 9px;
}
.don .bt em a {
  color: #333333;
  float: left;
  font-weight: normal;
  padding-left: 16px;
}

.don .bt i {
  float: right;
  font-size: 14px;
  display: block;
  color: #002e73;
  font-weight: normal;
  font-family: Arial;
}
.don .bt i a {
  color: #002e73;
  display: block;
  padding-top: 4px;
  font-weight: normal;
}

.don dl {
  height: 485px;
  overflow: hidden;
  position: relative;
}
.don dt {
  font-size: 0;
  line-height: 0;
  width: 585px;
  overflow: hidden;
}
.don dt img {
  width: 585px;
  height: 329px;
  transition: all 0.5s;
  display: block;
}
.don dl:hover dt img {
  transform: scale(1.1);
}

.don dd {
  height: 146px;
  width: 585px;
}
.don dd i {
  font-size: 18px;
  color: #333333;
  display: block;
  line-height: 18px;
  font-weight: bold;
  padding-top: 18px;
}
.don dd h4 a {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
  padding-top: 7px;
}
.don dd p {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 24px;
  padding-top: 18px;
  width: 570px;
}
.don dd p a {
  font-size: 14px;
  color: #fe470d;
  display: inline-block;
}

.news2 {
  float: right;
  width: 545px;
}
.news2 .bt {
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}
.news2 .bt em {
  width: 545px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  float: left;
  position: relative;
  background: url(../images/n_q.jpg) no-repeat 1px 9px;
}
.news2 .bt em a {
  color: #333333;
  float: left;
  font-weight: normal;
  padding-left: 16px;
}

.news2 .bt i {
  float: right;
  font-size: 14px;
  display: block;
  color: #002e73;
  font-weight: normal;
  font-family: Arial;
}
.news2 .bt i a {
  color: #002e73;
  display: block;
  padding-top: 4px;
  font-weight: normal;
}

.news2 dl {
  height: 131px;
  background: #ffffff;
  overflow: hidden;
  float: left;
  margin-bottom: 19px;
}
.news2 dt {
  font-size: 0;
  line-height: 0;
  width: 233px;
  overflow: hidden;
  float: left;
}
.news2 dt img {
  width: 233px;
  height: 131px;
  transition: all 0.5s;
  display: block;
}
.news2 dl:hover dt img {
  transform: scale(1.1);
}

.news2 dd {
  height: 131px;
  width: 290px;
  float: left;
  padding-left: 20px;
}
.news2 dd h4 {
  padding-top: 25px;
}
.news2 dd h4 a {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  line-height: 18px;
}
.news2 dd p {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 24px;
  padding-top: 22px;
}
.news2 dd p a {
  font-size: 14px;
  color: #fe470d;
  display: inline-block;
}
.news2 dl:hover h4 a {
  color: #365895;
}
.news2 dl:last-of-type {
  margin-bottom: 0;
}

.news2 ul {
  height: 158px;
  background: #f1f1f1;
  border-radius: 6px;
  margin-top: 25px;
}

.news2 ul li {
  padding-left: 35px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  position: relative;
  margin-top: 25px;
  width: 480px;
  float: left;
}
.news2 ul li a {
  font-size: 14px;
  color: #666666;
}
.news2 ul li span {
  float: right;
  color: #999999;
  font-size: 14px;
}
.news2 ul li:after {
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../images/n_t.png) no-repeat;
  content: "";
  top: 7px;
  left: 17px;
}
.news2 ul li:hover a {
  color: #365895;
}

/* -- 关于我们 -- */
.abt {
  height: 795px;
  background: url(../images/abt1.jpg) no-repeat center top;
}

.abt h2 {
  text-align: center;
  padding-top: 73px;
  height: 110px;
  margin-bottom: 200px;
  background: url(../images/t_s1.png) no-repeat bottom;
}
.abt h2 em {
  font-size: 40px;
  color: #333;
  display: block;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
}
.abt h2 span {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
}

.abt .abt_1 {
  height: 330px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 50px;
}
.abt .abt_1 h4 {
  text-align: center;
  padding-top: 47px;
}
.abt .abt_1 h4 a {
  font-size: 24px;
  color: #333333;
  display: block;
  line-height: 24px;
  font-weight: bold;
}
.abt .abt_1 p {
  font-size: 16px;
  color: #444444;
  display: block;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  padding-top: 26px;
}
.abt .abt_1 .gds {
  transition: 0.35s;
  width: 168px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  background: url(../images/gds_b.png) no-repeat center;
  border-radius: 25px;
  margin: 26px auto 0;
}
.abt .abt_1 .gds:hover {
  transform: translateY(-5px);
}

/* -- 团队风采 -- */
.fc_c {
  height: 433px;
}
.fc_qh {
  height: 63px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 63px;
  margin-bottom: 20px;
}
.fc_qh li {
  float: left;
  padding-right: 25px;
  margin-right: 25px;
  background: url(../images/fc_ico1.png) no-repeat right;
}
.fc_qh li a {
  font-size: 24px;
  color: #333333;
}
.fc_qh li.on {
  font-weight: bold;
}
.fc_qh li:last-child {
  background: none;
  padding: 0;
  margin: 0;
}
.fc_qh .n_span em a {
  font: 14px arial;
  color: #adadad;
  text-transform: uppercase;
  line-height: 63px;
}
.fc_nr {
  position: relative;
}
.fc_nr li {
  float: left;
  font-size: 0;
  line-height: 0;
  width: 292px;
  margin-right: 10px;
}
.fc_nr li h4 {
  padding-top: 15px;
}
.fc_nr li h4 a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
}

.fc_nr li i {
  width: 292px;
  height: 219px;
  overflow: hidden;
  display: block;
}
.fc_nr li img {
  width: 292px;
  height: 219px;
  transition: all 0.5s;
}
.fc_nr li:last-child {
  margin: 0;
}
.fc_nr li:hover i img {
  transform: scale(1.1);
}
.fc_j1,
.fc_j2 {
  position: absolute;
  top: 72px;
}
.fc_j1 {
  left: -106px;
}
.fc_j2 {
  right: -106px;
}

@media screen and (min-width: 1263px) {
  html {
    font-size: calc(1263px * 20 / 1903);
  }
}
@media screen and (min-width: 1349px) {
  html {
    font-size: calc(1349px * 20 / 1903);
  }
}
@media screen and (min-width: 1463px) {
  html {
    font-size: calc(1463px * 20 / 1903);
  }
}
@media screen and (min-width: 1543px) {
  html {
    font-size: calc(1543px * 20 / 1903);
  }
}
@media screen and (min-width: 1583px) {
  html {
    font-size: calc(1583px * 20 / 1903);
  }
}
@media screen and (min-width: 1643px) {
  html {
    font-size: calc(1643px * 20 / 1903);
  }
}
@media screen and (min-width: 1663px) {
  html {
    font-size: calc(1663px * 20 / 1903);
  }
}
@media screen and (min-width: 1903px) {
  html {
    font-size: calc(1903px * 20 / 1903);
  }
}

body {
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
}
i,
em {
  font-style: normal;
}
.content-s {
  width: 1265px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}
.header {
  height: 214px;
  background: url(../images/h_bg.jpg) repeat-x;
}
.topbar {
	line-height: 34px;
        height:34px;
	background-color: #f5f5f5;
	font-size: 13px;
}
.topbar ul {
	float: right;
}
.topbar li {
	    display: inline-block;
    vertical-align: middle;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
}
.topbar li.pipe {
	padding: 0 10px;
}

.h_con {
  height: 145px;
}
.h_con .t_logo {
  float: left;
  margin: 29px 29px 0px 0px;
  text-align: center;
}
.h_con h2 {
  float: left;
  font-weight: normal;
  margin-top: 45px;
  height: 55px;
}
.h_con h2 b {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}
.h_con h2 span {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  padding-top: 10px;
}

.h_con p {
  float: right;
  margin-top: 45px;
  height: 50px;
  position: relative;
  padding-left: 63px;
}
.h_con p em {
  position: absolute;
  left: 0;
  top: 2px;
}
.h_con p i {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #313131;
  line-height: 16px;
}

.h_con p span {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: "Arial";
  display: block;
  line-height: 30px;
  padding-top: 5px;
}

.h_nav {
  height: 69px;
}
.h_nav ul li {
  transition: 0.35s;
  float: left;
  height: 69px;
  line-height: 69px;
  position: relative;
  margin: 0 54px;
}
.h_nav ul li > a {
  color: #ffffff;
  position: relative;
  font-size: 18px;
  box-sizing: border-box;
  height: 68px;
  display: block;
  box-sizing: border-box;
}

.h_nav li:after {
  position: absolute;
  width: 1px;
  height: 14px;
  background: url(../images/h_t.png) no-repeat;
  content: "";
  right: -52px;
  top: 28px;
}
.h_nav li:last-child:after {
  background: 0;
}

.h_nav li p {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 70px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.h_nav .df {
  width: 215px;
  left: -73px;
}
.h_nav .df > a {
  padding: 0 20px;
}
.h_nav li p > a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  background: none;
}
.h_nav li p > a:hover {
  font-weight: bold;
}
.h_nav li p > a:last-child {
  border-bottom: none;
}

/* .h_nav .cur > a::before {
  transition: 0.35s;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #d5ddea transparent;
  content: "";
  right: 50%;
  bottom: 0px;
  margin-right: -8px;
} */
.h_nav ul li > a:hover::before {
  transition: 0.35s;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #d5ddea transparent;
  content: "";
  right: 50%;
  bottom: 0px;
  margin-right: -8px;
}
.h_nav ul li > a:hover {
  border-bottom: 3px solid #d5ddea;
}

.h_con p em {
  animation: downup 1s infinite linear;
  -webkit-animation: downup 1s infinite linear;
}

@keyframes downup {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes downup {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.footer {
  height: 480px;
  background: url(../images/foot_bg.jpg) no-repeat center;
  overflow: hidden;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.f_nav {
  height: 106px;
}
.f_nav li {
  float: left;
  height: 80px;
  line-height: 80px;
  padding-top: 26px;
}
.f_nav li a {
  font-size: 18px;
  display: block;
  color: #ffffff;
  padding: 0 115px 0 0;
  z-index: 1;
}
.f_nav li:last-child a {
  padding-right: 0;
}

.f_con {
  height: 315px;
}
.f_logo {
  width: 225px;
  float: left;
  margin-top: 50px;
  position: relative;
}
.f_logo h2 img {
  display: block;
  width: 130px;
  height: 111px;
}
.f_logo h3 {
  text-align: left;
  margin-top: 26px;
}
.f_logo h3 em {
  font-size: 14px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  line-height: 25px;
}

.gsx {
  float: left;
  width: 270px;
  margin-top: 30px;
}
.gsx p {
  width: 270px;
  float: left;
  padding-top: 20px;
}
.gsx p img {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 18px;
}

.gsx p span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-top: 5px;
}
.gsx p em {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}
.gsx p i {
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  font-weight: normal;
}
.gsx p:last-of-type {
  width: 500px;
}
.ba {
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #ffffff;
  float: left;
  margin-top: 22px;
}
.ba a {
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #ffffff;
  float: left;
}
.ba i {
  font-size: 12px;
  display: block;
  line-height: 12px;
  color: #ffffff;
  float: left;
  margin-left: 35px;
  margin-right: 35px;
}

.sao {
  float: right;
  margin-top: 50px;
  height: 186px;
  width: 140px;
}
.sao p {
  height: 186px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 27px;
  border: 1px solid #385694;
  box-sizing: border-box;
  width: 141px;
}
.sao p i {
  display: block;
  height: 121px;
  width: 121px;
  margin: 10px auto 0;
}
.sao p img {
  display: block;
  width: 121px;
  height: 121px;
}
.sao p span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
  padding-top: 20px;
}
.sao p:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 0;
  width: 100%;
  height: 35px;
  content: "";
  animation: light 5s infinite;
  -webkit-animation: light 5s infinite;
}
.sao .item-1:after {
  background: url(../images/code_shadow1.png) no-repeat 0 0;
}
@keyframes light {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: -40px;
  }
}
.sao p:last-child {
  margin-right: 0;
}

.links {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.links h3 {
  font-size: 14px;
  color: #7aa6d7;
  margin-right: 50px;
  font-weight: normal;
  float: left;
}
.links a {
  font-size: 14px;
  color: #7aa6d7;
}

.client-2 {
  width: 45px;
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 999;
  color: #fff;
}

.client-2 li a {
  text-decoration: none;
  color: #fff;
}

.client-2 li {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.client-2 li.my-kefu-qq {
  background: #093784 url(../images/cimg23.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
  background: #093784 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
  background: #093784 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
  background: #093784 url(../images/tohome.png) center no-repeat;
  background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
  width: 45px;
  height: 45px;
  display: block;
}

.client-2 li.my-kefu-ftop {
  background: #093784 url(../images/returnTop.png) center no-repeat;
}

.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 li.my-kefu-qq .cont {
  margin: 0;
  background: #093784 url(../images/cimg23.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
  margin: 0;
  background: #093784 url(../images/cimg25.png) 15px center no-repeat;
  border-radius: 50px;
  padding-left: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
  padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
  margin: 0;
  width: 115px;
  padding: 5px;
  border: solid 1px #ccc;
  position: absolute;
  right: -150px;
  top: -44px;
  background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
  display: block;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
  width: 115px;
  height: 115px;
}

.client-2 li:hover .cont {
  display: block !important;
}

.foot_ly {
    width: 500px;
    float: left;
    margin-top: 40px;
}
.foot_ly .item {
    float: left;
    margin-top: 10px;
}

.foot_ly .item .txt {
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 43px;
    text-indent: 8px;
    color: #aaa;
    padding-left: 6px;
    *text-indent: 0px;
    border: #aaa solid 1px;
    background: transparent;
}

.foot_ly .item.item4 {
    margin-left: 20px;
    width: 47%;
}

.foot_ly .item.item5 {
    margin-left: 0;
    width: 47%;
}

.foot_ly .item .txt.tel {
    margin-left: 5px;
}

.foot_ly .item.item1 {
    clear: left;
    width: 100%;
}

.foot_ly .item.item1 textarea {
    width: 96%;
    height: 86px;
    background: transparent;
    padding: 10px;
    color: #aaa;
    font-size: 14px;
    border: #aaa solid 1px;
}

.foot_ly .submit {
    display: block;
    clear: left;
}

.foot_ly .submit .tijiao {
    width: 150px;
    height: 46px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    border: 0;
    background-color: #3fb150;
    display: inline-block;
    float: right;
    margin-right: 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}